This page last changed on Oct 09, 2008 by dcline.

The RAID is mounted as the drive "E:" on the EIS computer. There are three directories used in the workflow. One for incoming data from the instrument, one for archiving data, and one for processed data. They are defined as follows:

Directory Role
E:/EITSincoming Incoming data from the instrument to process is stored here. Every 5 minutes, new data in this directory that doesn't exist in the E:/EITSraw directory is copied into the E:/EITSraw directory, then copied into the E:/EITSprocessed directory in preparation for processing, then removed by the runEITS script. If this directory is changed, change the /etc/rsyncd.conf settings accordingly and restart the rsync service.
E:/EITSraw Archived (raw) data. If this directory is changed, change the crontab runEITS argument accordingly (e.g. using crontab -e).
E:/EITSprocessed  AVED processed EITS data. This is where the processed results reside. If this directory is changed, change the crontab runEITS argument accordingly (e.g. using crontab -e).


All of the directories above can be owned by any user in the Administrator group.

Document generated by Confluence on Feb 03, 2026 14:51